DBWeb Grid Sample
=================

Summary
=======
A simple, one-table sample demonstrating some of the features of the DBWebGrid control.  Requires the Employees table in Interbase dbdemos.gdb.

Features
========
1. DBWebGrid.AutoGenerateColumns if false.  

2. Bound Column added using Property Builder:
	- Custom headers.
	- Custom ordering.
	- not using SALARY column.

3. Button Column (Edit/Update/Cancel) added using Property Builder:
	Edit automatically moves to correct row.
	Cancel ignores changes made on current row.
	Update accepts changes made on current row.

4. AutoFormat used to select Color5, but then move paging links to bottom left, and use numbers instead of <>.

5. DBWebNavigator: disallow inserts and deletes; disallow scrolling from navigator, as this is handled by DBWebGrid Button Column.


Note:
=====
The first time application is opened, it is necessary to set the Database property of the BdpConnection to point to the correct location for dbdemos.gdb
	
	

